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