File: 000_prepinstall

package info (click to toggle)
cowdancer 0.90
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: ansic: 4,593; sh: 407; makefile: 142; cpp: 5
file content (10 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
apt-get update 
apt-get -y --force-yes install binfmtc sudo adduser
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