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 daed0f3 commit d6e7e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_dropbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ wget https://linux.dropbox.com/packages/ubuntu/dropbox_2022.12.05_amd64.deb
#wget -q --show-progress -O dropbox.deb https://www.dropbox.com/download?$(wget -q https://www.dropbox.com/de/install-linux -O - | egrep 'dl=packages/ubuntu/dropbox_[0-9,.-]{1,20}_amd64.deb' -o | head -1)
sudo dpkg -i dropbox*.deb
rm dropbox*.deb
sudo apt-get install -f -y
sudo apt install -f -y
sudo apt install python3-gpg -y

0 comments on commit d6e7e2c

Please sign in to comment.