parent
044b8da55a
commit
759617c9c0
288 changed files with 13040 additions and 1 deletions
11
bots/images/scripts/fedora-stock.setup
Executable file
11
bots/images/scripts/fedora-stock.setup
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#! /bin/bash
|
||||
|
||||
useradd -c Administrator -G wheel admin
|
||||
echo foobar | passwd --stdin admin
|
||||
|
||||
dnf -y update
|
||||
dnf -y install fedora-release-server
|
||||
firewall-cmd --permanent --add-service cockpit
|
||||
|
||||
# Phantom can't use TLS..
|
||||
sed -i -e 's/ExecStart=.*/\0 --no-tls/' /usr/lib/systemd/system/cockpit.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue