From 60b6fe9bff8452c1e14ab7942d98b3e56268028a Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Sun, 19 Nov 2023 23:58:58 -0600 Subject: [PATCH] asdf --- wsl_setup.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/wsl_setup.sh b/wsl_setup.sh index 7124222..fde75cd 100644 --- a/wsl_setup.sh +++ b/wsl_setup.sh @@ -1,12 +1,17 @@ #!/bin/sh -touch $HOME/.hushlogin +cd $HOME -apt update -apt upgrade -y -apt dist-upgrade -y - +# ========================================================= +# RUN MY GENERIC SETUP SCRIPT +# ========================================================= +git clone https://gitea.local.wvr.sh/mitch/linux-setup.git +cd linux-setup +sh setup.sh +cp update.sh $HOME/ +chmod +x update.sh +# =========================================================