Dateien nach "template" hochladen
This commit is contained in:
9
template/install_cockpit.sh
Normal file
9
template/install_cockpit.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /etc/os-release
|
||||
|
||||
echo "deb http://deb.debian.org/debian ${VERSION_CODENAME}-backports main" > /etc/apt/sources.list.d/backports.list
|
||||
|
||||
apt update ; apt install -t ${VERSION_CODENAME}-backports cockpit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user