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
e851a532
Unverified
Commit
e851a532
authored
Sep 15, 2020
by
David Beniamine
Browse files
Fix bad path in post install
Fix #24
parent
5b9d84af
Changes
2
Hide whitespace changes
Inline
Side-by-side
postinstall_partage.sh
View file @
e851a532
...
...
@@ -16,8 +16,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
DIR
=
$(
realpath
$(
dirname
$0
))
cd
/opt
if
[
"
$(
dpkg
-l
|
grep
git
)
"
]
...
...
@@ -40,6 +38,8 @@ else
git pull origin master
fi
DIR
=
$PWD
cp
-v
$DIR
/
*
/service/
*
.service /etc/systemd/system/
dpkg
-i
cups/deb/
*
.deb
...
...
postinstall_reseau.sh
View file @
e851a532
...
...
@@ -16,8 +16,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
DIR
=
$(
dirname
$0
)
cd
/var/www
if
[
"
$(
dpkg
-l
|
grep
git
)
"
]
...
...
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