forked from snxraven/autoinstallers
Getting Starship worked out with a config style
This commit is contained in:
@ -10,7 +10,8 @@ echo "downloading the Notification Bot"
|
||||
wget -q -O - https://ssh.surf/notify | bash
|
||||
|
||||
apt update
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata dialog
|
||||
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive apt upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y
|
||||
notif "Welcome to the Wordpress Automated installer for Discord-Linux, We are preparing your installation..."
|
||||
|
Reference in New Issue
Block a user