diff options
Diffstat (limited to 'setup/setup.sh')
| -rwxr-xr-x | setup/setup.sh | 2 |
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 | |||
| 15 | sudo timedatectl set-timezone Asia/Singapore | 15 | sudo timedatectl set-timezone Asia/Singapore |
| 16 | 16 | ||
| 17 | # Core setup | 17 | # Core setup |
| 18 | sudo bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; } | ||
| 19 | sudo bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; } | 18 | sudo bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; } |
| 19 | sudo bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; } | ||
| 20 | sudo bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } | 20 | sudo bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } |
| 21 | sudo bash ./core/tmux.sh || { echo "Failed to configure Tmux"; exit 1; } | 21 | sudo bash ./core/tmux.sh || { echo "Failed to configure Tmux"; exit 1; } |
