diff --git a/64/wp b/64/wp index 9564329..df02e8e 100644 --- a/64/wp +++ b/64/wp @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Wordpress Automated installer" echo "This will install Apache, MySQL, PHP and Wordpress on your system" diff --git a/alma/code-server b/alma/code-server index e4d6db1..0c8bc4d 100644 --- a/alma/code-server +++ b/alma/code-server @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux CodeServer Automated installer" echo "This installer will automatically select a port on your container." diff --git a/alma/hastebin b/alma/hastebin index 79e3459..ddaafc3 100644 --- a/alma/hastebin +++ b/alma/hastebin @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux HasteBin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/alma/mc b/alma/mc index 79cb08b..82ead8d 100644 --- a/alma/mc +++ b/alma/mc @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux MineCraft Server Automated installer" echo "This will install MineCraft Sever on your system" diff --git a/alma/osjs-webdesktop b/alma/osjs-webdesktop index e6797de..028a5cf 100755 --- a/alma/osjs-webdesktop +++ b/alma/osjs-webdesktop @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux OSjs Automated installer" echo "This installer will automatically select a port on your container." diff --git a/alma/webmin b/alma/webmin index 72c96c3..2e5449b 100755 --- a/alma/webmin +++ b/alma/webmin @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Webmin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/alma/wp b/alma/wp index ca46640..1de2644 100644 --- a/alma/wp +++ b/alma/wp @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Wordpress Automated installer" echo "This will install Apache, MySQL, PHP and Wordpress on your system" diff --git a/alpine/webmin b/alpine/webmin index 546e20e..3f640d7 100755 --- a/alpine/webmin +++ b/alpine/webmin @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Webmin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/code-server-64 b/code-server-64 index b4ec893..6005aca 100644 --- a/code-server-64 +++ b/code-server-64 @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux CodeServer Automated installer" echo "This installer will automatically select a port on your container." diff --git a/debian/code-server b/debian/code-server index 0e03395..18b0075 100644 --- a/debian/code-server +++ b/debian/code-server @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux CodeServer Automated installer" echo "This installer will automatically select a port on your container." diff --git a/debian/hastebin b/debian/hastebin index dd139eb..f0241e8 100644 --- a/debian/hastebin +++ b/debian/hastebin @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux HasteBin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/debian/mc b/debian/mc index a09728f..20f3555 100644 --- a/debian/mc +++ b/debian/mc @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux MineCraft Server Automated installer" echo "This will install MineCraft Sever on your system" diff --git a/debian/osjs-webdesktop b/debian/osjs-webdesktop index 7ac073a..bf82beb 100755 --- a/debian/osjs-webdesktop +++ b/debian/osjs-webdesktop @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux OSjs Automated installer" echo "This installer will automatically select a port on your container." diff --git a/debian/webmin b/debian/webmin index 5db49f0..a179c93 100755 --- a/debian/webmin +++ b/debian/webmin @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Webmin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/debian/wp b/debian/wp index ab834aa..d6715aa 100644 --- a/debian/wp +++ b/debian/wp @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Wordpress Automated installer" echo "This will install Apache, MySQL, PHP and Wordpress on your system" diff --git a/hastebin-64 b/hastebin-64 index 35cca6e..5dc9c19 100644 --- a/hastebin-64 +++ b/hastebin-64 @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux HasteBin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/mc-64 b/mc-64 index 5655808..02bbc23 100644 --- a/mc-64 +++ b/mc-64 @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux MineCraft Server Automated installer" echo "This will install MineCraft Sever on your system" diff --git a/ols-64 b/ols-64 index 43399ab..6523f33 100644 --- a/ols-64 +++ b/ols-64 @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux OpenLiteSpeed Automated installer for dLinux64" echo "This installer will automatically select a port on your container." diff --git a/osjs-webdesktop-64 b/osjs-webdesktop-64 index 3bf6555..59ad83e 100755 --- a/osjs-webdesktop-64 +++ b/osjs-webdesktop-64 @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux OSjs Automated installer" echo "This installer will automatically select a port on your container." diff --git a/ubuntu/cs-test b/ubuntu/cs-test index c39c05a..080df6b 100644 --- a/ubuntu/cs-test +++ b/ubuntu/cs-test @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # # THIS IS A TEST SCRIPT TO TEST THE HTTP BUG FOUND IN CODE SERVER WITH OUR MASTER SERVER diff --git a/ubuntu/hastebin b/ubuntu/hastebin index b427128..7504c4c 100644 --- a/ubuntu/hastebin +++ b/ubuntu/hastebin @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux HasteBin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/ubuntu/mc b/ubuntu/mc index a22cc89..db5f555 100644 --- a/ubuntu/mc +++ b/ubuntu/mc @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux MineCraft Server Automated installer" echo "This will install MineCraft Sever on your system" diff --git a/ubuntu/osjs-webdesktop b/ubuntu/osjs-webdesktop index 93ecba5..3ef6c39 100755 --- a/ubuntu/osjs-webdesktop +++ b/ubuntu/osjs-webdesktop @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux OSjs Automated installer" echo "This installer will automatically select a port on your container." diff --git a/ubuntu/swoole b/ubuntu/swoole index 432d744..d9a4230 100644 --- a/ubuntu/swoole +++ b/ubuntu/swoole @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "downloading the #notification Bot" diff --git a/ubuntu/webmin b/ubuntu/webmin index 4f56788..d3e00b9 100755 --- a/ubuntu/webmin +++ b/ubuntu/webmin @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Webmin Automated installer" echo "This installer will automatically select a port on your container." diff --git a/ubuntu/whoogle b/ubuntu/whoogle index d39184b..34ec324 100644 --- a/ubuntu/whoogle +++ b/ubuntu/whoogle @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Whoogle Automated installer" echo "This installer will automatically select a port on your container." diff --git a/ubuntu/wp b/ubuntu/wp index 948a23d..8dbe256 100644 --- a/ubuntu/wp +++ b/ubuntu/wp @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Wordpress Automated installer" echo "This will install Apache, MySQL, PHP and Wordpress on your system" diff --git a/ubuntu/wp-swoole b/ubuntu/wp-swoole index 69dce12..9a9fe46 100644 --- a/ubuntu/wp-swoole +++ b/ubuntu/wp-swoole @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "downloading the #notification Bot" diff --git a/webmin-64 b/webmin-64 index 93302c8..b3ced07 100755 --- a/webmin-64 +++ b/webmin-64 @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Webmin Automated installer for dLinux64" echo "This installer will automatically select a port on your container." diff --git a/wp-64 b/wp-64 index b58a6c8..0568974 100644 --- a/wp-64 +++ b/wp-64 @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash echo "Welcome to the Discord-Linux Wordpress Automated installer" echo "This will install Apache, MySQL, PHP and Wordpress on your system"