psst
This commit is contained in:
parent
fa1fdce64b
commit
39e0ee933e
1 changed files with 6 additions and 1 deletions
|
@ -13,6 +13,11 @@ elif test -d .doors; then
|
||||||
rm -rf .doors
|
rm -rf .doors
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Prep
|
||||||
|
|
||||||
|
cd &&
|
||||||
|
mkdir .doors
|
||||||
|
|
||||||
# Bootstrap into distro scripts
|
# Bootstrap into distro scripts
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
OS=$NAME
|
OS=$NAME
|
||||||
|
@ -21,7 +26,7 @@ if [[ $OS == *Arch* ]]; then
|
||||||
cd &&
|
cd &&
|
||||||
sudo sed '/Color/s/^#//' -i /etc/pacman.conf &&
|
sudo sed '/Color/s/^#//' -i /etc/pacman.conf &&
|
||||||
sudo pacman -S --needed --noconfirm git rsync base-devel &&
|
sudo pacman -S --needed --noconfirm git rsync base-devel &&
|
||||||
git clone https://github.com/adoyle0/Doors.git:.doors &&
|
git clone https://github.com/adoyle0/Doors.git .doors &&
|
||||||
.doors/.scripts/doors/install_min_arch
|
.doors/.scripts/doors/install_min_arch
|
||||||
|
|
||||||
elif [[ $OS == *buntu* ]]; then
|
elif [[ $OS == *buntu* ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue