diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-06-29 18:23:20 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-06-29 18:23:20 +0200 |
commit | d0c5e65d32ea709e8e1fd47849331ba8bbfa31fd (patch) | |
tree | 5e74465f4b0fac6496ce6879148a5ec8400d5979 | |
parent | 1284c2c906f5432cc21fa261d50cb7d9d1b64e45 (diff) |
Fix Sync script with (actual result of) preseeding: drop packages task-xcfe-desktop task-ssh-server.
-rw-r--r-- | skel/script.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/script.sh.in b/skel/script.sh.in index cd2f83e..b33aa72 100644 --- a/skel/script.sh.in +++ b/skel/script.sh.in @@ -7,7 +7,7 @@ set -e # Source of this code: git://git.debian.org/parl/blends __PKGDESC__ -aptitude install task-xfce-desktop task-laptop task-ssh-server __PKGLIST__ +aptitude install task-laptop __PKGLIST__ __TWEAKDESC__ __TWEAKLIST__ |