This commit is contained in:
firebadnofire 2024-05-01 19:39:33 -04:00
parent 62b894f4cc
commit b359141d1e
Signed by: firebadnofire
SSH Key Fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ main() {
curl -s -o /tmp/fastfetch.sh -L https://codeberg.org/firebadnofire/zsh-deploy/raw/branch/main/fastfetch.sh
clear
chmod +x /tmp/zsh.sh
chmod +x /tmp/fastfetch.sh
echo "run /tmp/zsh.sh"
}