Remove prompt
This commit is contained in:
parent
2727cd113b
commit
47bf569865
2 changed files with 2 additions and 8 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Librewish <librewish@gmail.com>
|
||||
|
||||
pkgname=garuda-common-settings
|
||||
pkgver=1.4.4
|
||||
pkgver=1.4.5
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||
|
|
|
@ -3,13 +3,7 @@ set -e
|
|||
|
||||
# Run the "I'm too lazy to fix it myself all in one" script
|
||||
if [ "$1" == "remote" ]; then
|
||||
echo "This will reset a lot of configurations to default ones - it is intended to be a oneclick fix for all kind of update issues. 🛑"
|
||||
echo "Are you sure that you want to execute the remote update? (y/n)"
|
||||
echo "Otherwise we will proceed with the regular update."
|
||||
read yusure
|
||||
if [ $yusure = "y" ]; then
|
||||
exec sudo bash -c "VERSION=1 . <(wget -qO- https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-common-settings/-/snippets/2147440/raw/main/remote-update) \"$2\""
|
||||
fi
|
||||
exec sudo bash -c "VERSION=1 . <(wget -qO- https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-common-settings/-/snippets/2147440/raw/main/remote-update) \"$2\""
|
||||
fi
|
||||
|
||||
# Check for AUR helper
|
||||
|
|
Loading…
Reference in a new issue