mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-10 07:47:09 +02:00
Moves the packages listed below from the testing to the community repository after successfully testing of said packages. asciinema at calcurse cmus compton cpio dvd+rw-tools fortune fvwm geary h2o heirloom-mailx leafpad nedit nmh rover tor torsocks urlview vdesk w3m wbar xcalc xclock xeyes xkill
7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S at 2>/dev/null
|
|
adduser -S -D -H -s /bin/false -G at -g at at 2>/dev/null
|
|
|
|
exit 0
|