Skip to content

Commit

Permalink
Update wall_e_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 authored Dec 6, 2024
1 parent beef37d commit 6486932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wall_e_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ else
unameOut="$(uname -s)"
case "${unameOut}" in
Linux*)

sudo apt update && sudo apt upgrade -y
su -c "apt update && apt install sudo -y"
# Set timezone non-interactively
export DEBIAN_FRONTEND=noninteractive
sudo ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
Expand Down

0 comments on commit 6486932

Please sign in to comment.