add apps in separated module

This commit is contained in:
TomasM
2017-12-12 11:01:20 -05:00
parent fad74efc08
commit 2c0cb2e1f0
13 changed files with 85 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
CWD=$(dirname $(readlink -f $0))
apt-get update
apt-get install --no-install-recommends --yes leafpad qalculate-gtk wicd
. ../../cleanup
(cd rootcopy && cp --parents -afr * /)
chown -R guest.users /home/guest
savechanges /04-apps.sb