edit: setup-solus.sh

This commit is contained in:
ZotanWolf 2018-01-31 07:40:14 +01:00
parent 177c773fc1
commit 2b3da2fe8e

View file

@ -28,11 +28,11 @@ sudo pip install mopidy mopidy-spotify mopidy-spotify-web mopidy-iris
flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref -y
wget https://zotan.pw/dotfiles.zip -O /tmp/dotfiles.zip
wget https://solus.sh/dotfiles.zip -O /tmp/dotfiles.zip
unzip -o /tmp/dotfiles.zip -d .
xrdb -load .Xresources
bash -c "$(curl -sSL zotan.pw/solus-ohmyz.sh)"
bash -c "$(curl -fsSL solus.sh/solus-ohmyz.sh)"
cat .zshrc | grep transfer.sh -q
if [[ $? -ne 0 ]]; then