update comments

This commit is contained in:
Obie Hinojosa 2025-05-31 11:14:11 -05:00
parent c23a60bdc1
commit 86141c5c5c

View File

@ -1,8 +1,6 @@
#!/bin/bash
# this is the quick installer for linux users (blurghh)
# all we need it to do is download the installer.py, make
# it executable, then execute it.
echo "[INFO]: Installer Quick Script for Linux"
echo "[INFO]: Installer Version: 0.1.4"
@ -14,4 +12,7 @@ chmod +x ./installer
rm installer
# just realized you have to chmod +x the "quick install"
# script too, is there a point even?
# script too, is there a point even?
# i mean, at least it makes sure to download the newest
# installer version? *this* script shouldn't deprecate...