mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 11:02:05 +08:00
exit-when-error
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
if [ `which debootstrap` = "" ];then
|
if [ `which debootstrap` = "" ];then
|
||||||
echo "Need to install debootstrap!"
|
echo "Need to install debootstrap!"
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user