Skip to content

Commit

Permalink
Update support-fatrat.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Beesoc authored May 16, 2023
1 parent f173ad5 commit 973ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/support-fatrat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Version: 0.0.2

set -e
clear
source ${scripts_dir}/.envrc

app-install_func() {
Expand Down Expand Up @@ -33,6 +32,7 @@ app-install_func() {
}

main() {
clear
source "${scripts_dir}/support/support-Banner_func.sh"
read -n 1 -r -p "Do you want to install the Fat Rat? [Y/n] " instfat
instfat=${instfat:-Y}
Expand Down

0 comments on commit 973ecf5

Please sign in to comment.