Add files via upload

This commit is contained in:
Tahinli 2022-12-12 15:06:53 +03:00 committed by GitHub
parent a22464b125
commit e3f2fe3a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -38,9 +38,10 @@ function installation
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'
flatpak install -y flathub com.spotify.Client flatpak install -y flathub com.spotify.Client
echo -e '\n--Motrix over Flatpak\n' echo -e '\n-->Motrix over Flatpak\n'
flatpak install -y motrix flatpak install -y motrix
echo -e '\n-->HiFile over Net\n' echo -e '\n-->GPU Screen Recorder over Flatpak\n'
flatpak install -y flathub com.dec05eba.gpu_screen_recorder
hifile hifile
webappmanager webappmanager
goverlay goverlay

View file

@ -4,7 +4,7 @@ echo " 2- Join- Linear_Extended"
echo " 3- Mirror" echo " 3- Mirror"
echo " 4- First Monitor Only" echo " 4- First Monitor Only"
echo " 5- Second Monitor Only" echo " 5- Second Monitor Only"
echo " 6- Seconf Monitor Only-Vertical" echo " 6- Second Monitor Only-Vertical"
read selection read selection
if [[ $selection > 0 ]] && [[ $selection < 7 ]]; if [[ $selection > 0 ]] && [[ $selection < 7 ]];
then then