Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
bcb11bad
Commit
bcb11bad
authored
Jan 03, 2016
by
Igor Pečovnik
Browse files
CUPS
parent
6f9f8b7d
Changes
2
Show whitespace changes
Inline
Side-by-side
functions.sh
View file @
bcb11bad
...
...
@@ -419,7 +419,7 @@ install_syncthing (){
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo deb http://apt.syncthing.net/ syncthing release | sudo tee /etc/apt/sources.list.d/syncthing-release.list
sudo apt-get update
sudo apt-get install
syncthing
install_packet "
syncthing
" "
Install
Personal cloud https
://
syncthing
.net/
"
sed -e 's/exit 0//g' -i /etc/rc.local
cat >> /etc/rc.local <<"
EOF
"
syncthing
...
...
install.sh
View file @
bcb11bad
...
...
@@ -60,6 +60,9 @@ do
if
[
"
$i
"
==
"Syncthing"
]
;
then
install_syncthing
fi
if
[
"
$i
"
==
"CUPS"
]
;
then
install_cups
fi
if
[
"
$i
"
==
"Transmission"
]
;
then
install_transmission
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment