Bash scripts for my own use
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
242 B

  1. # install wine and ltspice
  2. # sudo apt-get install wine-stable
  3. sudo pacman -S wine
  4. cd /tmp/
  5. wget https://ltspice.analog.com/software/LTspice32.exe
  6. #wget http://ltspice.linear-tech.com/software/LTspiceIV.exe
  7. wine LTspice32.exe
  8. rm LTspice32.exe