mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
cd: sudo
This commit is contained in:
parent
48be172aa9
commit
4c96602faf
@ -14,7 +14,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||||
chmod +x appimagetool
|
chmod +x appimagetool
|
||||||
mv appimagetool /usr/local/bin/
|
sudo mv appimagetool /usr/local/bin/
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
git clone https://github.com/flutter/flutter.git
|
git clone https://github.com/flutter/flutter.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user