Starting the conversion for x64 installers, all images are updated to support this.

This commit is contained in:
Raven Scott
2022-07-05 09:37:21 -05:00
parent 8ee540d18d
commit 23e4721c1d
35 changed files with 1438 additions and 25 deletions

16
alma-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! "