Update Bash Scripts/Install_Programs.sh
This commit is contained in:
@@ -21,13 +21,13 @@ ask_install () {
|
||||
}
|
||||
|
||||
install_brave () {
|
||||
PACKAGE="Brave"
|
||||
PACKAGE="Brave Origin"
|
||||
printf "Install %s? [y/N]: " "$PACKAGE"
|
||||
read answer
|
||||
case "$answer" in
|
||||
y|Y)
|
||||
echo "Installing $PACKAGE..."
|
||||
curl -fsS https://dl.brave.com/install.sh | sh
|
||||
curl -fsS https://dl.brave.com/install.sh | FLAVOR=origin sh
|
||||
;;
|
||||
*)
|
||||
echo "Skipping $PACKAGE"
|
||||
@@ -190,8 +190,6 @@ ask_install "Hydrapaper" "hydrapaper"
|
||||
#WineZGUI
|
||||
#TLP
|
||||
#TLP-UI
|
||||
#Minecraft
|
||||
#Modrinth App
|
||||
|
||||
# Not in standard Debian repos
|
||||
install_brave
|
||||
|
||||
Reference in New Issue
Block a user