Created
January 9, 2023 02:50
-
-
Save LuanComputacao/5a39f30d0b533c3d8cf2d66ee57c1928 to your computer and use it in GitHub Desktop.
Prova Brasil Bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt install -y unzip wget | |
wget https://github.com/LuanComputacao/gnome-kiosk/archive/refs/heads/main.zip | |
unzip main.zip | |
rm main.zip* | |
cd gnome-kiosk-main/ | |
sudo ./sal_gnome1.sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment