dang you github
This commit is contained in:
@@ -10,7 +10,7 @@ printf "\n%.0s" {1..1}
|
|||||||
if ! command -v git &> /dev/null
|
if ! command -v git &> /dev/null
|
||||||
then
|
then
|
||||||
echo "Git not found! Installing Git..."
|
echo "Git not found! Installing Git..."
|
||||||
if ! sudo pacman -S --noconfirm git; then
|
if ! sudo pacman -S git --noconfirm; then
|
||||||
echo "Failed to install Git. Exiting."
|
echo "Failed to install Git. Exiting."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user