remove commented section in ungoogled script
parent
c0df5a2e1c
commit
e31ac0cce6
|
@ -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
|
||||
|
|
Reference in New Issue