Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SambaEdu
sambaedu-wpkg
Commits
e98a3681
Commit
e98a3681
authored
Mar 21, 2022
by
Denis Bonnenfant
Browse files
Merge branch 'master' of
https://gitlab.sambaedu.org/SambaEdu/sambaedu-wpkg.git
parents
a92dc43e
d1ef746b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/usr/share/sambaedu/applications/wpkg/startup.linux
View file @
e98a3681
...
...
@@ -2,7 +2,7 @@ echo "Installation des logiciels via wpkg"
packages=$(dpkg-query -W --showformat '${binary:Package} ')
OLDIFS=$IFS
IFS=" "
for package in $(curl -s -F "id=$id" http://
$config_se4fs_name.$config_domain
/wpkg/linux_out.php); do
for package in $(curl -s -F "id=$id" http://
###_SE4FS_NAME_###.###_DOMAIN_###
/wpkg/linux_out.php); do
echo $packages | grep -q "^${package}$" || DEBIAN_FRONTEND=noninteractive apt-get install -y $package || true
done
IFS=$OLDIFS
...
...
Write
Preview
Supports
Markdown
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