Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EasyCom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ethan Robert
EasyCom
Commits
13c78fe9
Commit
13c78fe9
authored
8 months ago
by
Ethan Robert
Browse files
Options
Downloads
Patches
Plain Diff
Fixed install_student.sh
parent
8e159948
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_student.sh
+4
-3
4 additions, 3 deletions
install_student.sh
with
4 additions
and
3 deletions
install_student.sh
+
4
−
3
View file @
13c78fe9
#!/bin/
ba
sh
#!/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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment