diff options
| author | hc <hc@email.ch> | 2024-11-12 13:46:38 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-11-12 13:46:38 +0800 |
| commit | cf69656e5c097b3069771d89fb4aeb54b5b5d755 (patch) | |
| tree | c73465318e8aceb976ffa1f6f781fb72f476c7f9 | |
| parent | 9f5fb54b560fd2b7a15ac92e5d5bd408787ad064 (diff) | |
temp
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ EOF2 | |||
| 11 | source /etc/bashrc | 11 | source /etc/bashrc |
| 12 | 12 | ||
| 13 | bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; } | 13 | bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; } |
| 14 | bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } | 14 | #bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } |
| 15 | bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; } | 15 | bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; } |
| 16 | 16 | ||
| 17 | sudo timedatectl set-timezone Asia/Singapore | 17 | sudo timedatectl set-timezone Asia/Singapore |
