Skip to content
Snippets Groups Projects
Commit 44885b8c authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

small fix

parent ffdff52c
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
add-apt-repository universe
add-apt-repository universe || true # ubuntu only
apt update
apt full-upgrade -y
apt install git
apt install -y git
cd /root
read -p "HTTP proxy (e.g. proxy:8080, enter to skip):" PROXY
if [ -z "$PROXY" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment