Update Bash Scripts/Install_Programs.sh

This commit is contained in:
2026-07-02 23:52:50 +00:00
parent 2e5bda2096
commit 706d424e79
+2 -4
View File
@@ -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