Skip to content

Commit fc8970d

Browse files
committed
Use apt instead old apt-get
1 parent c96086b commit fc8970d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DEST="/home/jacred"
33

44
# Become root
55
# sudo su -
6-
apt-get update && apt-get install -y wget unzip
6+
apt update && apt install -y wget unzip
77

88
# Install .NET
99
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && chmod 755 dotnet-install.sh

0 commit comments

Comments
 (0)