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 /setup.sh | |
| parent | 9f5fb54b560fd2b7a15ac92e5d5bd408787ad064 (diff) | |
temp
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
