File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,13 @@ if [ ! -e '/usr/bin/dirmngr' ]; then
285285 check_result $? " Can't install dirmngr"
286286fi
287287
288+ # Checking screen
289+ if [ ! -e ' /usr/bin/screen' ]; then
290+ echo " Install missing screen..."
291+ apt-get -y install screen > /dev/null 2>&1
292+ check_result $? " Can't install screen"
293+ fi
294+
288295# Check if apt-transport-https is installed
289296if [ ! -e ' /usr/lib/apt/methods/https' ]; then
290297 echo " Install missing apt-transport-https..."
507514
508515# Installing MariaDB repo
509516echo " deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt /mariadb.list
510- apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 1>& - 2>& -
517+ screen -dm apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8
511518
512519# Installing hestia repo
513520echo " deb https://$RHOST / $codename main" > $apt /hestia.list
You can’t perform that action at this time.
0 commit comments