This commit is contained in:
@ -55,13 +55,6 @@ if ! command -v docker &> /dev/null; then
|
||||
rm get-docker.sh
|
||||
fi
|
||||
|
||||
# check bb64 installation
|
||||
if ! command -v bb64 &> /dev/null; then
|
||||
echo "bb64 is not installed."
|
||||
echo "Installing bb64..."
|
||||
curl -fsSL https://gitea.jde.nz/public/bb64/releases/download/latest/install.sh | bash
|
||||
fi
|
||||
|
||||
# check dropshell user exists
|
||||
if ! id "dropshell" &> /dev/null; then
|
||||
echo "Dropshell user does not exist."
|
||||
|
Reference in New Issue
Block a user