propellor spin
This commit is contained in:
parent
6f1ef223b8
commit
85b01d02ed
|
@ -315,7 +315,9 @@ iabak = host "ia-bak.joeyh.name"
|
|||
& Sudo.enabledFor "joey"
|
||||
& GitHome.installedFor "joey"
|
||||
& Git.cloned "root" repo "/usr/local/IA.BAK" (Just "server")
|
||||
& Git.cloned "root" repo "/usr/local/IA.BAK/pubkeys" (Just "pubkeys")
|
||||
& Git.cloned "root" repo "/usr/local/IA.BAK/pubkeys" (Just "pubkey")
|
||||
& Apt.serviceInstalledRunning "apache2"
|
||||
& cmdProperty "ln" ["-s", "/usr/local/IA.BAK/pushme.cgi", "/usr/lib/cgi-bin/pushme.cgi"]
|
||||
where
|
||||
repo = "https://github.com/ArchiveTeam/IA.BAK/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue