remove commented section in ungoogled script

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

View File

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