Add sources to sources.list
This commit is contained in:
parent
c96892dea9
commit
10bac98c44
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
echo $(head -c4 </dev/urandom|xxd -p -u) >"/etc/hostname"
|
||||
echo "$OPUS_SOURCES" >"/etc/apt/sources.list"
|
||||
apt -y update
|
||||
apt -y upgrade
|
||||
apt -y install keyboard-configuration
|
||||
|
Loading…
Reference in New Issue
Block a user