Update curl-install.sh
This commit is contained in:
parent
ac45b4928c
commit
cda1fe739a
|
|
@ -13,10 +13,10 @@ echo "Installing git."
|
||||||
pacman -Sy --noconfirm --needed git glibc
|
pacman -Sy --noconfirm --needed git glibc
|
||||||
|
|
||||||
echo "Cloning the ArchTitus Project"
|
echo "Cloning the ArchTitus Project"
|
||||||
git clone https://github.com/christitustech/ArchTitus
|
git clone https://github.com/ArcExp/Installer
|
||||||
|
|
||||||
echo "Executing ArchTitus Script"
|
echo "Executing ArchTitus Script"
|
||||||
|
|
||||||
cd $HOME/ArchTitus
|
cd Installer/
|
||||||
|
|
||||||
exec ./archtitus.sh
|
exec ./archtitus.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue