Skip to content

Commit a9a5da3

Browse files
committed
update fix firefox2deb
1 parent 5c68372 commit a9a5da3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

scripts.tar.xz

12 Bytes
Binary file not shown.

scripts/firefox2deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
echo " remove snap firefox"
1515
echo " CAUTION!!:if remove command is waited longtime,stop this script(quit at Window-close button or ^c) and run update-manager for update all snap!!"
1616
sudo snap remove --purge firefox
17-
sudo apt remove --autoremove firefox >/dev/null 2>/dev/null
17+
sudo apt remove -y --autoremove firefox >/dev/null 2>/dev/null
1818
fi
1919
echo " add deb-firefox repository"
2020
sudo add-apt-repository -y ppa:mozillateam/ppa >/dev/null 2>/dev/null

0 commit comments

Comments
 (0)