summaryrefslogtreecommitdiff
path: root/setup/setup.sh
diff options
context:
space:
mode:
authorSuper User <root@p.noml.ch>2026-03-23 19:08:17 +0800
committerSuper User <root@p.noml.ch>2026-03-23 19:08:17 +0800
commit3b992aee2017112985d4c87fc613a61626b4bacf (patch)
treee99a72ae3d617a4c97f5275ff3960d31538e535b /setup/setup.sh
parent9abbbe2ea86984865d4f3114583f969949bb3e53 (diff)
update ssh, vim, and setup order
Diffstat (limited to 'setup/setup.sh')
-rwxr-xr-xsetup/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/setup.sh b/setup/setup.sh
index 731310e..f0cf83b 100755
--- a/setup/setup.sh
+++ b/setup/setup.sh
@@ -15,7 +15,7 @@ source /etc/bashrc
15sudo timedatectl set-timezone Asia/Singapore 15sudo timedatectl set-timezone Asia/Singapore
16 16
17# Core setup 17# Core setup
18sudo bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; }
19sudo bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; } 18sudo bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; }
19sudo bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; }
20sudo bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } 20sudo bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; }
21sudo bash ./core/tmux.sh || { echo "Failed to configure Tmux"; exit 1; } 21sudo bash ./core/tmux.sh || { echo "Failed to configure Tmux"; exit 1; }