Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Grenoble
Eole-Wol
Commits
4428bc0d
Unverified
Commit
4428bc0d
authored
Jan 21, 2019
by
David Beniamine
Browse files
Reintrant postinstall
parent
3acab8ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
postinstall_partage.sh
View file @
4428bc0d
...
...
@@ -26,8 +26,14 @@ apt-eole install \
printer-driver-splix
\
hplip
\
wakeonlan
git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
cd
eole-wol
if
[
!
-e
"eole-wol"
]
then
git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
cd
eole-wol
else
cd
eole-wol
git pull
fi
cp
$DIR
/
*
/service/
*
.service /etc/systemd/system/
...
...
postinstall_reseau.sh
View file @
4428bc0d
...
...
@@ -24,7 +24,14 @@ apt-eole update
apt-eole
install
\
git
\
xrdp
git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
if
[
!
-e
"eole-wol"
]
then
git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
else
cd
eole-wol
git pull
cd
-
fi
chown
-R
www-data:www-data eole-wol/wol/www
...
...
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