1
0
Fork 0

add apt repo

This commit is contained in:
VirtuBox 2019-07-30 18:10:15 +02:00
parent 0c919a7c88
commit 2ddc359fc5
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 5 additions and 0 deletions

View File

@ -457,6 +457,10 @@ _START_SSH_AGENT() {
fi
}
_APT_REPO_UBUNTU() {
wget -O /etc/apt/sources.list https://vtb.cx/$(lsb_release -sc)-list
}
# enable color support of ls and also add handy aliases
# some more ls aliases
#alias wp='/usr/bin/wp --allow-root'
@ -519,3 +523,4 @@ alias nano=_NANO
alias setup-tools=_SETUP_TOOLS
alias rsyslog-ufw=_RSYSLOG_UFW
alias start-ssh=_START_SSH_AGENT
alias apt-repo-ubuntu=_APT_REPO_UBUNTU