mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -153,6 +153,7 @@ if [ -f "dialogrc" ];
|
||||
else
|
||||
echo "[ NOT OK ]"
|
||||
echo "### 'dialogrc' is missing. Please run 'install.sh' from within the setup folder."
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
||||
@ -193,6 +194,7 @@ fuGET_DEPS
|
||||
fuCHECK_PORTS
|
||||
fuDIALOG_SETUP
|
||||
|
||||
|
||||
#############
|
||||
# Installer #
|
||||
#############
|
||||
|
@ -1 +0,0 @@
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
plymouth --quit
|
||||
openvt -f -w -s /root/installer/install.sh
|
||||
cd /root/installer
|
||||
openvt -f -w -s install.sh --type=iso
|
||||
|
Reference in New Issue
Block a user