Skip to content

githubapnic/Ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu

Repo of Ubuntu scripts

Installation

Download the repo and change the permissions on all the shell scripts to allow it to be run. eg:

find Ubuntu/ -type f -iname "*.sh" -exec chmod u+x {} \;
find Ubuntu/ -type f -iname "run-dynamips" -exec chmod u+x {} \;

Troubleshooting

If an error about "/bin/bash^M: bad interpeter" replace suspicious characters using the following command:

sed -i -e 's/\r$//' <filename>

About

Repo of Ubuntu 18.04 scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages