Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Oct 6, 2023
1 parent d44ff1d commit 3b5c378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/scripts/install-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if [ "$EUID" -ne 0 ]; then
exit 1
fi

sudo apt-get update -y
sudo apt-get install sudo unzip git curl wget nano tree -y
apt-get update -y
apt-get install sudo unzip git curl wget nano tree -y
1 change: 1 addition & 0 deletions te.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo $HOME

0 comments on commit 3b5c378

Please sign in to comment.