mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-06 23:18:27 +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
|