diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index c4cc093..075475c 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -276,11 +276,11 @@ echo "========== Install Dride-core [Cardigan] ============" cd /home # https://github.com/dride/Cardigan/archive/0.3.zip sudo mkdir Cardigan && cd Cardigan -sudo wget -c -O "cardigan-0.3.zip" "https://github.com/dride/Cardigan/releases/download/0.3/Cardigan.zip" -sudo unzip "cardigan-0.3.zip" +sudo wget -c -O "cardigan-0.3.1.zip" "https://github.com/dride/Cardigan/releases/download/0.3.1/Cardigan.zip" +sudo unzip "cardigan-0.3.1.zip" sudo rm -R __MACOSX -sudo rm -R cardigan-0.3.zip +sudo rm -R cardigan-0.3.1.zip # make the video dir writable