1
0
Fork 0
mirror of synced 2024-04-29 18:13:47 +12:00

Move Snap to root folder

This commit is contained in:
Rafał Mikrut 2020-12-27 12:11:49 +01:00
parent 3f333e7ceb
commit e7aeebf701
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bashmisc
NUMBER="2.0.0"
CZKAWKA_PATH="/home/rafal"
@ -9,7 +9,7 @@ git clone https://github.com/qarmin/czkawka.git "$CZKAWKA_PATH"
cd $CZKAWKA_PATH
git checkout "$NUMBER"
cd "$CZKAWKA_PATH/misc/snap"
cd "$CZKAWKA_PATH/snap"
snapcraft
snapcraft login