Browse Source

sudo

master
Juni Kim 2 years ago
parent
commit
fd7a7173e7
  1. 4
      install_ubuntu.sh

4
install_ubuntu.sh

@ -6,8 +6,8 @@ DIR="$(realpath "$(dirname "$0")")"
cd "$HOME" || exit 1;
dependencies() {
apt update -y
apt install -y make curl sudo git zip unzip || exit 1
sudo apt update -y
sudo apt install -y make curl sudo git zip unzip || exit 1
if ! (type sudo 2>&1) > /dev/null; then
echo "sudo is not installed.";
exit 1

Loading…
Cancel
Save