weeewoooo

This commit is contained in:
2025-11-02 01:49:52 -06:00
parent de836dae72
commit 5d7d8d05ae
+2 -1
View File
@@ -90,6 +90,7 @@ if [ ! -z "$1" ]; then
else else
echo -e "\nlinuxbrew installed, skipping install\n" echo -e "\nlinuxbrew installed, skipping install\n"
fi fi
source $rcfile
### install ponysay ### install ponysay
if [ ! $(which ponysay) ]; then if [ ! $(which ponysay) ]; then
echo -e "\nponysay not fonud, installiing\n" echo -e "\nponysay not fonud, installiing\n"
@@ -230,4 +231,4 @@ if [ ! -z "$1" ]; then
sudo shutdown -r +3 sudo shutdown -r +3
fi fi
echo -e "\nDone with first stage \n" echo -e "\nDone with first stage\n"