Skip to content

Commit

Permalink
Update alacritty_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxUser255 authored Aug 30, 2024
1 parent e9cf1b0 commit c8a4f42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Alacritty/alacritty_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
#-------------Part 1: Pre-build-------------------------------------------------------#
#
# First check for sudo privileges, and if so, then proceede
is_sudo() {
if [ ${UID} -ne 0 ]; then
printf "\e[1;31m Sudo privileges required. \e[0m\n"
exit 1
fi
}
# is_sudo() {
# if [ ${UID} -ne 0 ]; then
# printf "\e[1;31m Sudo privileges required. \e[0m\n"
# exit 1
# fi
# }

# Install dependencies
check_and_install_packages() {
Expand Down

0 comments on commit c8a4f42

Please sign in to comment.