remove commented section in ungoogled script

master
Kebler Network System Administrator 2021-12-29 22:28:40 -08:00
parent c0df5a2e1c
commit e31ac0cce6
1 changed files with 7 additions and 7 deletions

View File

@ -27,13 +27,13 @@ ungoogled_install() {
mkdir -p $_temp || exit &> /dev/null
pushd $_temp &> /dev/null || exit
# echo downloading common deb
# lastversion ${_repo} --format assets --filter common_ -d common.deb
# lastversion ${_repo} --format assets --filter mium_.+amd64.deb -d chromium.
# echo installing common libraries
# sudo dpkg -i common.deb
# echo installing ungoogled-chromium
# sudo dpkg -i chromium.deb
echo downloading common deb
lastversion ${_repo} --format assets --filter common_ -d common.deb
lastversion ${_repo} --format assets --filter mium_.+amd64.deb -d chromium.deb
echo installing common libraries
sudo dpkg -i common.deb
echo installing ungoogled-chromium
sudo dpkg -i chromium.deb
echo done installing, removing $_temp
rm -r $_temp &> /dev/null || true