Update install-32

pull/686/head
Ryan Fortner 3 years ago committed by GitHub
parent 506222a413
commit 8bb4c34b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ function error {
"${DIRECTORY}/pkg-install" "firefox-esr" "$(dirname "$0")" || exit 1
wget https://github.com/browsh-org/browsh/releases/download/v1.6.4/browsh_1.6.4_linux_armv7.deb || error 'Failed to download browsh!'
sudo dpkg -i browsh_1.6.4_linux_armv7.deb || error 'Failed to install browsh!'
sudo apt -yf install ./browsh_1.6.4_linux_armv7.deb || error 'Failed to install browsh!'
rm browsh_1.6.4_linux_armv7.deb
echo "[Desktop Entry]
Version=1.1

Loading…
Cancel
Save