Update manjaroEasy.sh

This commit is contained in:
Tahinli 2022-12-07 00:46:48 +03:00
parent 8d56036102
commit 17b0f08f03

View file

@ -30,6 +30,10 @@ function installation
yes | sudo pacman -S git yes | sudo pacman -S git
echo -e '\n-->Alacritty\n' echo -e '\n-->Alacritty\n'
yes | sudo pacman -S alacritty yes | sudo pacman -S alacritty
echo -e '\n-->Discord\n'
yes | sudo pacman -S discord
echo -e '\n-->Code\n'
yes | sudo pacman -S code
echo -e '\n--->Github Desktop over Flatpak\n' echo -e '\n--->Github Desktop over Flatpak\n'
flatpak install -y io.github.shiftey.Desktop flatpak install -y io.github.shiftey.Desktop
echo -e '\n-->Spotify over Flatpak\n' echo -e '\n-->Spotify over Flatpak\n'
@ -50,6 +54,7 @@ function overNet
echo -e '\n-->HiFile\n' echo -e '\n-->HiFile\n'
wget -O HiFile.AppImage https://www.hifile.app/api/v1/download?system=linux-appimage wget -O HiFile.AppImage https://www.hifile.app/api/v1/download?system=linux-appimage
chmod +x HiFile.AppImage chmod +x HiFile.AppImage
mkdir ~/.local/share/applications
yes | sudo mv HiFile.AppImage ~/.local/share/applications/ yes | sudo mv HiFile.AppImage ~/.local/share/applications/
echo -e '\n~/.local/share/applications/HiFile.AppImage' | sudo tee /bin/hifile echo -e '\n~/.local/share/applications/HiFile.AppImage' | sudo tee /bin/hifile
sudo chmod +x /bin/hifile sudo chmod +x /bin/hifile