summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index ccad66f..0f6a86e 100755
--- a/setup.sh
+++ b/setup.sh
@@ -11,7 +11,7 @@ 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/vim.sh || { echo "Failed to configure Vim"; exit 1; }
bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; }
sudo timedatectl set-timezone Asia/Singapore