Skip to content
Snippets Groups Projects
Commit 13c78fe9 authored by Ethan Robert's avatar Ethan Robert
Browse files

Fixed install_student.sh

parent 8e159948
Branches
No related tags found
No related merge requests found
#!/bin/bash #!/bin/sh
echo "Ce programme va installer EasyCom sur cet ordinateur." echo "Ce programme va installer EasyCom sur cet ordinateur."
echo "Appuyez sur [ENTRÉE] pour continuer ou Ctrl+C pour annuler" echo "Appuyez sur [ENTRÉE] pour continuer ou Ctrl+C pour annuler"
...@@ -19,9 +19,10 @@ echo "Making things executable" ...@@ -19,9 +19,10 @@ echo "Making things executable"
chmod +x ~/.bin/easycom chmod +x ~/.bin/easycom
chmod +x ~/.easycom/start.sh chmod +x ~/.easycom/start.sh
echo "Adding API to ~/.bashrc" echo "Adding API to autostat programs"
echo "sh -c '~/.easycom/start.sh' & disown" >> ~/.bashrc mv ~/.easycom/EasycomAPI.desktop ~/.config/autostart
echo "Adding easycom to the PATH environment variable"
echo "export PATH='~/.bin:$PATH'" >> ~/.bashrc echo "export PATH='~/.bin:$PATH'" >> ~/.bashrc
echo "Removing garbage" echo "Removing garbage"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment