6 lines
164 B
Bash
6 lines
164 B
Bash
|
#!/bin/bash
|
||
|
# Requires: libraries/update/ubuntu.sh
|
||
|
# You can import libraries directly from the RemotesRun libraries, and use their functions here.
|
||
|
|
||
|
update_as_root
|