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
180ff084
Commit
180ff084
authored
Apr 02, 2022
by
Denis Bonnenfant
Browse files
correction liste packages linux
parent
310fec35
Changes
3
Hide whitespace changes
Inline
Side-by-side
sources/debian/changelog
View file @
180ff084
sambaedu-wpkg (4.8.1
7
) UNRELEASED; urgency=medium
sambaedu-wpkg (4.8.1
8
) UNRELEASED; urgency=medium
[ Denis Bonnenfant ]
[ Denis Bonnenfant ]
* Paquets stables
* Paquets stables
...
@@ -11,7 +11,7 @@ sambaedu-wpkg (4.8.17) UNRELEASED; urgency=medium
...
@@ -11,7 +11,7 @@ sambaedu-wpkg (4.8.17) UNRELEASED; urgency=medium
* Nouvelle version stable avec support DC secondaire
* Nouvelle version stable avec support DC secondaire
* Nouvelle version stable avec support DC secondaire
* Nouvelle version stable avec support DC secondaire
-- denis <denis@bureau>
Thu, 31 Ma
r 2022 1
6:34:57
+0200
-- denis <denis@bureau>
Sat, 02 Ap
r 2022 1
9:11:45
+0200
sambaedu-wpkg (4.0.0~beta69) UNRELEASED; urgency=medium
sambaedu-wpkg (4.0.0~beta69) UNRELEASED; urgency=medium
...
...
sources/debian/files
View file @
180ff084
sambaedu-wpkg_4.8.1
7
_all.deb net extra
sambaedu-wpkg_4.8.1
8
_all.deb net extra
sambaedu-wpkg_4.8.1
7
_amd64.buildinfo net extra
sambaedu-wpkg_4.8.1
8
_amd64.buildinfo net extra
sources/usr/share/sambaedu/applications/wpkg/startup.linux
View file @
180ff084
echo "Installation des logiciels via wpkg"
echo "Installation des logiciels via wpkg"
#packages=$(dpkg-query -W --showformat '${binary:Package} ')
#packages=$(dpkg-query -W --showformat '${binary:Package} ')
DEBIAN_FRONTEND=noninteractive apt-get install -y -q $(echo -n "$local_packages "; curl -s -F "id=$id" http://###_SE4FS_NAME_###.###_DOMAIN_###/wpkg/linux_out.php)
packages=$(curl -s -F "id=$id" http://###_SE4FS_NAME_###.###_DOMAIN_###/wpkg/linux_out.php)
packages+=" $local_packages"
OLDIFS=$IFS
IFS=" "
DEBIAN_FRONTEND=noninteractive apt-get install -y -q $(echo $packages)
DEBIAN_FRONTEND=noninteractive apt-get full-upgrade -y -q
DEBIAN_FRONTEND=noninteractive apt-get full-upgrade -y -q
#OLDIFS=$IFS
DEBIAN_FRONTEND=noninteractive apt-get autoremove -y -q
#IFS=" "
IFS=$OLDIFS
#for package in $(echo -n "$local_packages "; 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
\ No newline at end of file
#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