File: 000_prepinstall

package info (click to toggle)
cowdancer 0.47
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 696 kB
  • ctags: 179
  • sloc: ansic: 2,634; sh: 407; makefile: 116; cpp: 6; python: 4
file content (10 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
apt-get update 
apt-get -y --force-yes install binfmtc sudo
addgroup --gid 1555 user1
addgroup --gid 1556 test1
addgroup --gid 1557 test2
adduser --uid 1555 --gid 1555 user1 --disabled-login --gecos ''
adduser user1 test1
adduser user1 test2