mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
Adhere to the naming convention
This commit is contained in:
11
scripts/opensuse linux/dropbox.install.sh
Executable file
11
scripts/opensuse linux/dropbox.install.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# sources:
|
||||
# - https://www.dropbox.com/install-linux
|
||||
|
||||
# No packages available
|
||||
# Headless installation needed
|
||||
|
||||
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
|
||||
cd bin && wget -O dropbox.py "https://www.dropbox.com/download?dl=packages/dropbox.py" && chmod u+x dropbox.py && cd -
|
||||
dropbox.py start # or ~/.dropbox-dist/dropboxd
|
||||
Reference in New Issue
Block a user