added appimagelauncher
This commit is contained in:
13
vargtools
13
vargtools
@@ -167,6 +167,12 @@ vMenuSoftware() {
|
||||
menuItems+=("$menuNumberIndex. Bluetooth")
|
||||
menuActions+=(installBluetooth)
|
||||
fi
|
||||
if ! [ -x "$(command -v appimagelauncherd)" ]; then
|
||||
menuNumberIndex=$((menuNumberIndex+1))
|
||||
menuItems+=("$menuNumberIndex. AppImageLauncher")
|
||||
menuActions+=(installAppimagelauncher)
|
||||
fi
|
||||
|
||||
menuItems+=("B. Back ")
|
||||
menuActions+=(vMenuMain)
|
||||
menuTitle="Vargtools - Software"
|
||||
@@ -351,6 +357,13 @@ setupBrave() {
|
||||
return 1
|
||||
}
|
||||
|
||||
installAppimagelauncher() {
|
||||
wget "https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb" -O /tmp/appimagelauncher.deb
|
||||
sudo nala install -y /tmp/appimagelauncher.deb
|
||||
rm /tmp/appimagelauncher.deb
|
||||
return 1
|
||||
}
|
||||
|
||||
installBrave() {
|
||||
echo [Brave] Adding Repo
|
||||
sudo wget "https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg" -O /usr/share/keyrings/brave-browser-archive-keyring.gpg
|
||||
|
||||
Reference in New Issue
Block a user