mirror of
https://github.com/Threnklyn/BitDay-Linux.git
synced 2026-05-18 20:13:27 +02:00
Fixed git repo URI
This commit is contained in:
+3
-3
@@ -45,7 +45,7 @@ done
|
|||||||
if [[ -z $file ]]; then
|
if [[ -z $file ]]; then
|
||||||
file=2880x1800
|
file=2880x1800
|
||||||
fi
|
fi
|
||||||
download="https://github.com/chenasraf/8BitDay-Linux/raw/master/tars/BitDay-$file.tar.gz"
|
download="https://github.com/chenasraf/BitDay-Linux/raw/master/tars/BitDay-$file.tar.gz"
|
||||||
|
|
||||||
echo "* Downloading scripts & wallpapers, please wait... [2/5]"
|
echo "* Downloading scripts & wallpapers, please wait... [2/5]"
|
||||||
echo
|
echo
|
||||||
@@ -54,8 +54,8 @@ if [[ -e "./BitDay-$file.tar.gz" ]]; then
|
|||||||
else
|
else
|
||||||
wget $download
|
wget $download
|
||||||
fi
|
fi
|
||||||
wget "https://github.com/chenasraf/8BitDay-Linux/raw/master/update.sh"
|
wget "https://github.com/chenasraf/BitDay-Linux/raw/master/update.sh"
|
||||||
wget "https://github.com/chenasraf/8BitDay-Linux/raw/master/uninstall.sh"
|
wget "https://github.com/chenasraf/BitDay-Linux/raw/master/uninstall.sh"
|
||||||
|
|
||||||
echo "* Changing permissions... [3/5]"
|
echo "* Changing permissions... [3/5]"
|
||||||
chmod +x update.sh uninstall.sh
|
chmod +x update.sh uninstall.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user