More updates

This commit is contained in:
Raven Scott
2022-07-06 12:06:45 -05:00
parent 23e4721c1d
commit e5b935aede
12 changed files with 112 additions and 49 deletions

7
arch-x64/list Normal file
View File

@ -0,0 +1,7 @@
Software Currently Avalible for AlmaLinux:
To install use: auto-install packageName
PackageName - Software URL
starship-bash - https://starship.rs

16
arch-x64/starship Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
echo "Welcome to the Starship CLI Installer for Discord-Linux!"
echo "We will install and configure Starship for you automatically."
sleep 2
wget -q -O /var/tools/starship_installer.sh https://starship.rs/install.sh
chmod +x /var/tools/starship_installer.sh
sh /var/tools/starship_installer.sh -f >/dev/null 2>&1
echo 'eval "$(starship init bash)"' >> ~/.bashrc
echo "!!!!!CONFIGURATION COMPLETE!!!!!!!!!!"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "Please close the SSH Session and reconnect! "