Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Primtux-Eole
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Grenoble
Primtux-Eole
Commits
5b4affa9
Unverified
Commit
5b4affa9
authored
Apr 19, 2019
by
David Beniamine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove application and network Fix#19
parent
d342d53f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
do_postinstall.sh
do_postinstall.sh
+1
-0
fix_pcmanfm.sh
fix_pcmanfm.sh
+12
-0
upgrade-session.sh
upgrade-session.sh
+1
-0
No files found.
do_postinstall.sh
View file @
5b4affa9
...
...
@@ -41,6 +41,7 @@ $DIR/install_vnc.sh
$DIR
/install_conky.sh
$DIR
/upgrade_repository.sh
$DIR
/fix_xscreensaver.sh
$DIR
/fix_pcmanfm.sh
sed
-i
-e
's/lametro.fr/perdu.com/'
/etc/conky/conky.conf
...
...
fix_pcmanfm.sh
0 → 100755
View file @
5b4affa9
#!/bin/bash
DISABLED
=
"places_network places_applications"
USERS
=
"01-mini 02-super 03-maxi prof direction administrateur"
for
u
in
$USERS
do
file
=
"/home/
$u
/.config/libfm/libfm.conf"
for
d
in
$DISABLED
do
sed
-i
"s/
$d
=1/
$d
=0/"
$file
done
done
upgrade-session.sh
View file @
5b4affa9
...
...
@@ -42,6 +42,7 @@ $DIR/install_vnc.sh
$DIR
/install_conky.sh
$DIR
/upgrade_repository.sh
$DIR
/fix_xscreensaver.sh
$DIR
/fix_pcmanfm.sh
# Install missing libreoffice gtk
if
[
-z
"
`
dpkg
-l
|
grep
libreoffice-gtk
`
"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment