mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 20:43:57 +08:00
10 lines
136 B
Bash
10 lines
136 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export DISTRO=trusty
|
||
|
|
||
|
sudo pbuilder --create $DISTRO
|
||
|
cp /var/cache/pbuilder/base.tgz ~/pbuilder/${DISTRO}-base.tgz
|
||
|
|
||
|
|
||
|
# eof
|