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

# install wine and ltspice
# sudo apt-get install wine-stable
sudo pacman -S wine
cd /tmp/
wget https://ltspice.analog.com/software/LTspice32.exe
#wget http://ltspice.linear-tech.com/software/LTspiceIV.exe
wine LTspice32.exe
rm LTspice32.exe