Getting Starship worked out with a config style

This commit is contained in:
Raven Scott
2022-06-25 19:42:27 -05:00
parent 7fd99350c3
commit c4488915c2
14 changed files with 119 additions and 5 deletions

1
debian/list vendored
View File

@ -3,6 +3,7 @@ To install use: auto-install packageName
PackageName - Software URL
starship-bash - https://starship.rs
webmin - https://www.webmin.com/
osjs-webdesktop - https://www.os-js.org/
wp - https://wordpress.org/

16
debian/starship vendored 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! "