„install.sh“ löschen
This commit is contained in:
parent
15eca8a4c1
commit
0fb3e3d791
12
install.sh
12
install.sh
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo Startting installation
|
||||
apt install curl apache2 git -y
|
||||
cd /var/www/html/
|
||||
git clone https://git.moelle.space/hxcde/mylinks.git
|
||||
mv mylinks/mylinks.conf /etc/apache2/sites-available/
|
||||
a2ensite mylinks
|
||||
a2dissite 000-default.conf
|
||||
echo Cleaning installation
|
||||
rm mylinks/README.md
|
||||
rm mylinks/install.sh
|
||||
echo Finished installation
|
Loading…
Reference in New Issue
Block a user