aboutsummaryrefslogtreecommitdiff
path: root/install-packages.sh
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-09-18 00:26:56 +0500
committerAnton Bobov <anton@bobov.name>2023-10-03 22:10:24 +0500
commitac40e0190eaf45eea000a75f92785ec7786924b7 (patch)
tree24fc5cd638b7ac153aa976d53c513e1778ee1b9b /install-packages.sh
parenta431e7abc02df85dbb82c7c31bd948cfbaf63c23 (diff)
[ssh] Add jump syntax via forward slash
Diffstat (limited to 'install-packages.sh')
-rwxr-xr-xinstall-packages.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/install-packages.sh b/install-packages.sh
deleted file mode 100755
index 10bcb12..0000000
--- a/install-packages.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -e
-
-echo Installing base packages
-xargs -a packages.debian sudo apt-get install -y
-echo Changing shell to zsh
-[ -n "$ZSH_VERSION" ] || chsh -s $(which zsh)