mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2025-12-06 10:23:20 +00:00
fixed apt header bug
This commit is contained in:
@@ -64,6 +64,9 @@ esac
|
|||||||
|
|
||||||
colored_echo "Checking requiremments..."
|
colored_echo "Checking requiremments..."
|
||||||
|
|
||||||
|
colored_echo "Updating headers..."
|
||||||
|
sudo apt-get update
|
||||||
|
|
||||||
colored_echo "Installing python3 if it is required..."
|
colored_echo "Installing python3 if it is required..."
|
||||||
if ! [ -x "$(command -v python3)" ]; then
|
if ! [ -x "$(command -v python3)" ]; then
|
||||||
sudo apt-get install python3 -y
|
sudo apt-get install python3 -y
|
||||||
|
|||||||
Reference in New Issue
Block a user