Skip to content

maltejk/uberspace-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# uberspace-scripts

an approach, to make https://uberspace.de system configuration awesomeness usable for the average debian system.

Possible install method:


( cd /usr/local; git clone https://github.com/maltejk/uberspace-scripts.git; cd /usr/local/bin ; for script in ../uberspace-scripts/bin/*; do ln -s $script; done; cd /usr/local/sbin ; for script in ../uberspace-scripts/sbin/*; do ln -s $script ; done; echo "ALL ALL=(ALL:ALL) NOPASSWD: /usr/local/sbin/uberspace-setup-svscan-helper" > /etc/sudoers.d/uberspace-setup-svscan-helper ; chmod 640 /etc/sudoers.d/uberspace-setup-svscan-helper )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published