Open Tallal64 opened 11 months ago
i am also unable to select from options, when i press Up or Down key it prints some text.
+1
Same, tought it was a whiptail issue Please fix it
Seems the developer was unable to fix it
The recommended installation suggest this command:
curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash
However, you can split the command, which should work:
$ curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" > install.sh
$ sudo bash install.sh
Or just move sudo to the beggining and then pipe the output to bash:
$ sudo curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | bash
The recommended installation suggest this command:
curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash
However, you can split the command, which should work:
$ curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" > install.sh $ sudo bash install.sh
Or just move sudo to the beggining and then pipe the output to bash:
$ sudo curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | bash
The issue is still the same
To use this installation method you should start bash in interactive mode using -i option. The full command will look like this:
curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash -i
To select a theme, use the space bar.
@pustoslov really help me a lot
The recommended installation suggest this command:
curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | sudo bash
However, you can split the command, which should work:
$ curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" > install.sh $ sudo bash install.sh
Or just move sudo to the beggining and then pipe the output to bash:
$ sudo curl -s "https://raw.githubusercontent.com/saint-13/Linux_Dynamic_Wallpapers/main/Interactive_Install.sh" | bash
It works, you should try spacebar to select one of the options, and then press enter to exit
UPDATE: I was to quick with conclusions - the ACTUAL way I have it working is
scratch that:
ok, just to confirm - the script is working if you:
- create a local file eg. dynamicWallpapers.sh
- paste the content of the script in the link
- set the +x permission to run the script and run it in terminal
you should be able to select normally.
when i'm installing it using "RECOMMEND: Easy, Time and data saving ⭐" method, a GUI open in my terminal and let me choose themes but i cannot select any of them.