Update new folder location
This commit is contained in:
@@ -3,16 +3,16 @@
|
|||||||
|
|
||||||
if [ "$EUID" -ne 0 ]; then
|
if [ "$EUID" -ne 0 ]; then
|
||||||
sudo set -eu
|
sudo set -eu
|
||||||
sudo mkdir /opt/ubuntu-upscripts
|
sudo mkdir /opt/LinUPx
|
||||||
sudo git clone https://github.com/voltron80/ubuntu-upscripts.git /opt/ubuntu-upscripts
|
sudo git clone http://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
|
||||||
sudo ln -s /opt/ubuntu-upscripts/run.sh /usr/local/bin/runup
|
sudo ln -s /opt/LinUPx/run.sh /usr/local/bin/runup
|
||||||
sudo rm -f /opt/ubuntu-upscripts/upscripts-install.sh
|
sudo rm -f /opt/LinUPx/upscripts-install.sh
|
||||||
else
|
else
|
||||||
set -eu
|
set -eu
|
||||||
mkdir /opt/ubuntu-upscripts
|
mkdir /opt/uLinUPx
|
||||||
git clone https://github.com/voltron80/ubuntu-upscripts.git /opt/ubuntu-upscripts
|
git clone http://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
|
||||||
ln -s /opt/ubuntu-upscripts/run.sh /usr/local/bin/runup
|
ln -s /opt/LinUPx/run.sh /usr/local/bin/runup
|
||||||
rm -f /opt/ubuntu-upscripts/upscripts-install.sh
|
rm -f /opt/LinUPx/upscripts-install.sh
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
echo "To run, simply type: runup"
|
echo "To run, simply type: runup"
|
||||||
|
|||||||
Reference in New Issue
Block a user