handle unsupported distro
This commit is contained in:
parent
495e0404ba
commit
a9a9056fd2
1 changed files with 15 additions and 10 deletions
25
setup
25
setup
|
@ -41,17 +41,22 @@ if [[ $OS == *Arch* ]]; then
|
||||||
|
|
||||||
$HOME/.doors/scripts/install_arch
|
$HOME/.doors/scripts/install_arch
|
||||||
|
|
||||||
elif [[ $OS == *buntu* ]]; then
|
# These are broken for now
|
||||||
cd
|
# elif [[ $OS == *buntu* ]]; then
|
||||||
sudo apt-get -y install git rsync
|
# cd
|
||||||
git clone https://github.com/adoyle0/Doors.git .doors
|
# sudo apt-get -y install git rsync
|
||||||
$HOME/.doors/scripts/install_min_ubuntu
|
# git clone https://github.com/adoyle0/Doors.git .doors
|
||||||
|
# $HOME/.doors/scripts/install_min_ubuntu
|
||||||
|
#
|
||||||
|
# elif [[ $OS == *Fedora* ]]; then
|
||||||
|
# cd
|
||||||
|
# sudo dnf install -y git rsync
|
||||||
|
# git clone https://github.com/adoyle0/Doors.git .doors
|
||||||
|
# $HOME/.doors/scripts/install_min_fedora
|
||||||
|
|
||||||
elif [[ $OS == *Fedora* ]]; then
|
else
|
||||||
cd
|
echo "$OS is not supported by this script at this time."
|
||||||
sudo dnf install -y git rsync
|
exit 1
|
||||||
git clone https://github.com/adoyle0/Doors.git .doors
|
|
||||||
$HOME/.doors/scripts/install_min_fedora
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Init and update awesome widgets submodule
|
# Init and update awesome widgets submodule
|
||||||
|
|
Loading…
Add table
Reference in a new issue