Skip to content

Commit

Permalink
Update startup
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored May 31, 2024
1 parent 950e2aa commit 20bda9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/startup
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,33 @@ GUMREADVAR=$(gum choose "brave stable" "brave beta" "brave nightly" "update syst
if [ "$GUMREADVAR" = "brave stable" ];
then
/usr/bin/brave-browser-stable
exec startup
fi


if [ "$GUMREADVAR" = "brave beta" ];
then
/usr/bin/brave-browser-beta
exec startup
fi

if [ "$GUMREADVAR" = "brave nightly" ];
then
/usr/bin/brave-browser-nightly
exec startup
fi

if [ "$GUMREADVAR" = "update system" ];
then
sudo dnf upgrade -y
exec startup
fi


if [ "$GUMREADVAR" = "shell" ];
then
/bin/bash
exec startup
fi

if [ "$GUMREADVAR" = "exit to host" ];
Expand Down

0 comments on commit 20bda9c

Please sign in to comment.