From fab676e7ac2460d592fc7f1f381267098ed360b1 Mon Sep 17 00:00:00 2001 From: mkono87 Date: Sun, 24 Oct 2021 00:42:33 -0400 Subject: [PATCH] Initial commit --- Proxmox_Setup/proxmox_setup.sh | 2 +- README.md | 2 ++ Tailscale_Linux/tailscaleinstall.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/Proxmox_Setup/proxmox_setup.sh b/Proxmox_Setup/proxmox_setup.sh index 47262f2..2351fbb 100644 --- a/Proxmox_Setup/proxmox_setup.sh +++ b/Proxmox_Setup/proxmox_setup.sh @@ -9,7 +9,7 @@ function nettest { sleep 2 exit fi -} +} function darkmode { wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a9321f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# bash + diff --git a/Tailscale_Linux/tailscaleinstall.sh b/Tailscale_Linux/tailscaleinstall.sh index 03fd4a8..e6311e5 100644 --- a/Tailscale_Linux/tailscaleinstall.sh +++ b/Tailscale_Linux/tailscaleinstall.sh @@ -11,4 +11,4 @@ echo "Updating Repos..." sudo apt update && echo "Update Complete" echo "Installing Tailscale" -sudo apt-get install tailscale && echo "Install Completed"push o \ No newline at end of file +sudo apt-get install tailscale && echo "Install Completed"push o \ No newline at end of file