added secret link

Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2024-12-13 12:47:18 +01:00
parent 919cf2f870
commit d90970c4c3
2 changed files with 18 additions and 0 deletions

8
secret/index.html Normal file
View File

@ -0,0 +1,8 @@
<DocType html>
<html>
<body>
<script>
window.location.href="https://video.stuve-bamberg.de/w/6DZ8Nf2S4jUdTz4rhytapD";
</script>
</body>
</html>

10
secret/installSSTP.sh Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bash
sudo apt-get update
sudo apt-get upgrade
sudo add-apt-repository ppa:eivnaes/network-manager-sstp
sudo apt-get update && sudo apt-get install -y networkmanager
sudo apt-get install -y openvpn sstp-client
sudo apt-get install -y network-manager-openvpn networkmanager-sstp
sudo apt-get install -y network-manager-openvpn-gnome
network-manager-sstp-gnome
sudo apt-get update