mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
fixed apt header bug
This commit is contained in:
parent
c037d1e5f4
commit
492fb87636
@ -64,6 +64,9 @@ esac
|
||||
|
||||
colored_echo "Checking requiremments..."
|
||||
|
||||
colored_echo "Updating headers..."
|
||||
sudo apt-get update
|
||||
|
||||
colored_echo "Installing python3 if it is required..."
|
||||
if ! [ -x "$(command -v python3)" ]; then
|
||||
sudo apt-get install python3 -y
|
||||
|
Loading…
Reference in New Issue
Block a user