Skip to content

Commit

Permalink
Miscellaneous fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rybo713 committed Mar 21, 2021
1 parent d4c29ad commit 4c74e29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ elif [ $OS == "10.13.0" ] || [ $OS == "10.13.1" ] || [ $OS == "10.13.2" ] || [ $
name="(High Sierra)"
elif [ $OS == "10.12.0" ] || [ $OS == "10.12.1" ] || [ $OS == "10.12.2" ] || [ $OS == "10.12.3" ] || [ $OS == "10.12.4" ] || [ $OS == "10.12.5" ] || [ $OS == "10.12.6" ]; then
name="(Sierra)"
elif [ $OS == "10.15" ] || [ $OS == "10.15.1" ] || [ $OS == "10.15.2" ] || [ $OS == "10.15.3" ] || [ $OS == "10.15.4" ] || [ $OS == "10.15.5" ] || [ $OS == "10.15.6" ] || [ $OS == "10.15.7"]; then
elif [ $OS == "10.15" ] || [ $OS == "10.15.1" ] || [ $OS == "10.15.2" ] || [ $OS == "10.15.3" ] || [ $OS == "10.15.4" ] || [ $OS == "10.15.5" ] || [ $OS == "10.15.6" ] || [ $OS == "10.15.7" ]; then
name="(Catalina)"
elif [ $OS == "11.0" ] || [ $OS == "11.0.1" ] || [ $OS == "11.1" ] || [ $OS == "11.2" ] || [ $OS == "11.2.1" ] || [ $OS == "11.2.2" ] || [ $OS == "11.2.3" ]; then
name="(Big Sur)"
Expand Down Expand Up @@ -193,7 +193,7 @@ mainmenu(){
echo " ██║ ██║██║ ██║██║ ██╗██║ ██╗╚██████╔╝";
echo " ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ";
echo ""
echo " Ryan Wong 2019"
echo " Ryan Wong 2021"
echo ""
echo ""
echo ""
Expand Down
4 changes: 2 additions & 2 deletions perm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ elif [[ $EUID -ne 1 ]]; then
echo ""
fi

printf "${GREEN}${bold}[INFO] ${NC}${normal}Settings Permissions...\n"
printf "${GREEN}${bold}[INFO] ${NC}${normal}Setting Permissions...\n"
sudo chmod +x ./Hakku2.sh
sudo chmod +x ./functions.sh
sudo chmod +x ./settings_f.sh
sudo chmod +x ./update_f.sh
sudo chmod +x ./tweaks_f.sh
printf "${GREEN}${bold}[INFO] ${NC}${normal}Finished settings permissions!\n"
printf "${GREEN}${bold}[INFO] ${NC}${normal}Finished setting permissions!\n"

0 comments on commit 4c74e29

Please sign in to comment.