aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorhitlerrip <git@hitler.rip>2025-08-05 18:19:16 +0200
committerhitlerrip <git@hitler.rip>2025-08-05 18:19:16 +0200
commitdc9e1e9ab2477fa9ae90a3166b83324c329eb53e (patch)
tree69e69876bbf676f811915a6a329e4e6743cbd4be /run.sh
parent05c6b9b34a14e3fa9abecea102204cff5a81ab46 (diff)
downloadwebsite-dc9e1e9ab2477fa9ae90a3166b83324c329eb53e.tar.gz
website-dc9e1e9ab2477fa9ae90a3166b83324c329eb53e.tar.bz2
website-dc9e1e9ab2477fa9ae90a3166b83324c329eb53e.zip
minor script fixes
- added pandoc to `run.sh` - fixed copy command in `pub.sh`
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 2e7ba85..afe908f 100755
--- a/run.sh
+++ b/run.sh
@@ -17,6 +17,9 @@ sudo apt install -y sudo vim git curl wget btop tmux
sudo usermod -aG sudo "$(whoami)"
sudo apt install -y nmap traceroute netcat-openbsd man man-db rsync ed bc unrar-free zip unzip lvm2
+echo "[run] installing other packages..."
+sudo apt install -y pandoc
+
echo "[run] setting up classical vim..."
tee -a ~/.vimrc << END
syntax on