From bdf1d3533f755491b1139f6dbe365a20ee3d6c96 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Sat, 7 Aug 2021 19:46:10 +0100 Subject: [PATCH] Remove programs not needed in workflow - Remove a small selection of programs - Add a comment to mention this is based on debian/ubuntu WSL --- installs/wsl/wsl.sh | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/installs/wsl/wsl.sh b/installs/wsl/wsl.sh index 8142ef4..90454ab 100755 --- a/installs/wsl/wsl.sh +++ b/installs/wsl/wsl.sh @@ -1,5 +1,6 @@ # This install script is for a WSL install +# For debian based WSL. Tested on Ubuntu # This install will install only tools for CLI use # Update and Upgrade the system first @@ -19,7 +20,6 @@ apt install tmux zsh -y ## Text Editors apt install vim neovim -y -apt install groff -y ## Git apt install git tig -y @@ -63,25 +63,10 @@ apt install mpd mpc mcmpcpp -y # RSS Reader apt install newsboat -y -# Mail Client -apt install neomutt -y - -# Download Utilities (Legallity, uncertain) ## Youtube-dl curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl chmod a+rx /usr/local/bin/youtube-dl -## Torrenting (Seperate script?) -apt install transmission-daemon transmission-cli transmission-remote-cli -y -#systemctl stop transmission-daemon.service -#/lib/systemd/system/tranmission-daemon.service # Change debian-transmission to $USER -# systemctl daemon-reload -# start/restart service -# /etc/transmission-daemon/settings.json # edit whitelist, blocklist, password -# Setup the user for transmission-daemon - -HOME=/home/nathan - mkdir2() { for DIR do