update 001

+ update python version
+ update some links
+ bugfix php (update debian11)
This commit is contained in:
2022-01-11 14:35:03 +01:00
parent d5e94d988c
commit c52c793302
5 changed files with 53 additions and 26 deletions

25
sh_scripts/input.sh Normal file
View File

@@ -0,0 +1,25 @@
#!/bin/bash
# Make sure only root can run our script
VERSION="Version: 0.1v"
clear
echo "$VERSION"
echo "################################################"
echo "# #"
echo "# #"
echo "# (L)inux #"
echo "# (A)pache #"
echo "# (M)ysql #"
echo "# (P)HP #"
echo "# #"
echo "# by #"
echo "# johanneskr.de #"
echo "# #"
echo "# #"
echo "################################################"
echo "Domain-Name [ENTER]:"
read domainname
echo "This Domain is: $domainname"