asdf
This commit is contained in:
18
scripts/linux-setup.sh
Normal file
18
scripts/linux-setup.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $HOME
|
||||
|
||||
# =========================================================
|
||||
# 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
|
||||
# =========================================================
|
||||
|
||||
# for modserver
|
||||
sudo apt install -y xmlstarlet jq cifs-utils samba-common
|
||||
4
scripts/re-pull-git.sh
Normal file
4
scripts/re-pull-git.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
chmod -x globals.sh
|
||||
git pull
|
||||
Reference in New Issue
Block a user