summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-11-12 13:46:38 +0800
committerhc <hc@email.ch>2024-11-12 13:46:38 +0800
commitcf69656e5c097b3069771d89fb4aeb54b5b5d755 (patch)
treec73465318e8aceb976ffa1f6f781fb72f476c7f9 /setup.sh
parent9f5fb54b560fd2b7a15ac92e5d5bd408787ad064 (diff)
temp
Diffstat (limited to 'setup.sh')
-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