Skip to content

Commit 3e9d87d

Browse files
committed
fix snapd install
1 parent 89a0b4e commit 3e9d87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ rm -rf "${SNAPD}"
99
rm -rf snapd
1010
wget http://apps.syncloud.org/apps/"${SNAPD}" --progress=dot:giga
1111
tar xzvf "${SNAPD}"
12-
./snapd/upgrade.sh
12+
./snapd/install.sh
1313
snap install platform

0 commit comments

Comments
 (0)