summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index ccad66f..9344120 100755
--- a/setup.sh
+++ b/setup.sh
@@ -10,9 +10,9 @@ PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ '
EOF2
source /etc/bashrc
-bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; }
-bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; }
-bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; }
+sudo bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; }
+sudo bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; }
+sudo bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; }
sudo timedatectl set-timezone Asia/Singapore