Browse Source

Update exam.sh

pull/389/head
Clément 5 years ago committed by GitHub
parent
commit
2c8676e24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/exam.sh

2
scripts/exam.sh

@ -6,7 +6,7 @@ script_dir="$(cd -P "$(dirname "$BASH_SOURCE")" && pwd)"
cd $script_dir cd $script_dir
. set.sh . set.sh
wget https://[[DOMAIN]]/assets/files/exam.AppImage -O /usr/local/bin/exam.AppImage wget https://01.alem.school/assets/files/exam.AppImage -O /usr/local/bin/exam.AppImage
chmod +x /usr/local/bin/exam.AppImage chmod +x /usr/local/bin/exam.AppImage
cat <<EOF> /home/student/.local/share/applications/appimagekit-exam.desktop cat <<EOF> /home/student/.local/share/applications/appimagekit-exam.desktop

Loading…
Cancel
Save