We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96086b commit fc8970dCopy full SHA for fc8970d
install.sh
@@ -3,7 +3,7 @@ DEST="/home/jacred"
3
4
# Become root
5
# sudo su -
6
-apt-get update && apt-get install -y wget unzip
+apt update && apt install -y wget unzip
7
8
# Install .NET
9
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && chmod 755 dotnet-install.sh
0 commit comments