Removed .sh from names, packs support
This commit is contained in:
12
install/apache
Executable file
12
install/apache
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
##makedesc: Install apache2 (latest)
|
||||
|
||||
echo
|
||||
echo "==============================================="
|
||||
echo "Installing apache2..."
|
||||
echo "==============================================="
|
||||
echo
|
||||
|
||||
sudo apt install -y --autoremove apache2
|
||||
sudo service apache2 restart
|
||||
apache2 -v
|
||||
Reference in New Issue
Block a user