|
@ -110,7 +110,7 @@ fi |
|
|
echo "## debian-bash" |
|
|
echo "## debian-bash" |
|
|
echo "==============" |
|
|
echo "==============" |
|
|
if [[ ! -d /opt/debian-bash ]]; then |
|
|
if [[ ! -d /opt/debian-bash ]]; then |
|
|
curl "$GIT_BASE_URL/raw/branch/master/install.sh" | sudo bash -s -- --host |
|
|
|
|
|
|
|
|
curl https://git.artcode.re/pvincent/debian-bash/raw/branch/master/install.sh | sudo bash -s -- --host |
|
|
else |
|
|
else |
|
|
echo "debian-bash already installed!" |
|
|
echo "debian-bash already installed!" |
|
|
/opt/debian-bash/tools/debian_bash_upgrade |
|
|
/opt/debian-bash/tools/debian_bash_upgrade |
|
|