Skip to content

githubapnic/Ubuntu_20.4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu_20.4

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_20.4/ -type f -iname "*.sh" -exec chmod u+x {} \;
find Ubuntu_20.4/ -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 20.04 scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages