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