mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-13 02:46:31 +00:00
6 lines
221 B
Bash
Executable File
6 lines
221 B
Bash
Executable File
#! /bin/bash
|
|
|
|
VERSION=3.7.3
|
|
FILENAME=Nextcloud-$VERSION.pkg
|
|
curl -L -o "$TMP_DIR/$FILENAME" "https://github.com/nextcloud/desktop/releases/download/v${VERSION}/$FILENAME"
|
|
sudo installer -pkg "$TMP_DIR/$FILENAME" -target / |