Skip to content

Commit

Permalink
Nextcloud Change Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 7, 2023
1 parent 6248c7e commit aabfbf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/scripts/nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ curl -s https://api.github.com/repos/nextcloud-releases/desktop/releases/latest
| grep "browser_download_url.*AppImage\"" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -nc -O /usr/share/appimages/Nextcloud/Nextcloud-x86_64.AppImage -qi -
| wget -nc -O /usr/share/appimages/Nextcloud-x86_64.AppImage -qi -

#Make executable
chmod +x /usr/share/appimages/Nextcloud/Nextcloud-x86_64.AppImage
chmod +x /usr/share/appimages/Nextcloud-x86_64.AppImage

# #Extract and move to Usr folder
# (cd /tmp/Nextcloud && /tmp/Nextcloud/Nextcloud-x86_64.AppImage --appimage-extract)
Expand Down

0 comments on commit aabfbf1

Please sign in to comment.