Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freddii committed Aug 27, 2023
1 parent 6aefd2f commit ccf01c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions install_diffuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ set -eu

#cd /tmp
##wget https://launchpad.net/ubuntu/+archive/primary/+files/diffuse_0.4.8-4_all.deb
wget -q --show-progress https://launchpad.net/~likemartinma/+archive/ubuntu/diffuse/+files/diffuse_0.5.0-2~focal_all.deb
sudo dpkg -i diffuse*_all.deb
sudo apt install -f
#wget -q --show-progress https://launchpad.net/~likemartinma/+archive/ubuntu/diffuse/+files/diffuse_0.5.0-2~focal_all.deb
#sudo dpkg -i diffuse*_all.deb
#sudo apt install -f

sudo apt install diffuse -y

#function check_install {
#echo "checking install: "$1
Expand Down

0 comments on commit ccf01c5

Please sign in to comment.