use -E flag of sudo command. This flag is useful if the user is behind a proxy for example (#236)

merge-requests/273/head
Clément Boin 6 years ago committed by Matti Hyttinen
parent aad767bc1f
commit 743e51bdc6

@ -30,7 +30,7 @@ done
echo "updating the installer ..."
sleep 1
sudo pacman -Sy manjaro-architect --noconfirm
sudo -E pacman -Sy manjaro-architect --noconfirm
echo "launching Manjaro Architect ..."
sudo manjaro-architect "$@"
sudo -E manjaro-architect "$@"

Loading…
Cancel
Save