This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
borg-setup
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix apt commandline
master
Jim Paris
9 months ago
parent
de53a0c11d
commit
552e929247
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
Makefile
+1
-1
borg-setup.sh
+ 3
- 3
Makefile
View File
@@ -1,6 +1,6 @@
.PHONY: all
all: check
@echo "Use 'make d
ist
' to copy to https://psy.jim.sh/borg-setup.sh"
@echo "Use 'make d
eploy
' to copy to https://psy.jim.sh/borg-setup.sh"
.PHONY: check
check:
@@ -12,6 +12,6 @@ test:
BORG_DIR=/tmp/test-borg ./borg-setup.sh
ls -al /tmp/test-borg
.PHONY: d
ist
d
ist: check
.PHONY: d
eploy
d
eploy:
scp borg-setup.sh psy:/www/psy
+ 1
- 1
borg-setup.sh
View File
@@ -67,7 +67,7 @@ install_dependencies()
check borg borgbackup
if [ -n "${NEED:+x}" ]; then
log "Need to install packages: $NEED"
apt install --no-upgrade
"
$NEED
"
apt install --no-upgrade $NEED
fi
}
Write
Preview
Loading…
Cancel
Save