mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
build: no need to remove history
This commit is contained in:
parent
ed064bec1f
commit
36bb1dee32
@ -53,7 +53,6 @@ cleanup()
|
||||
apt-get autoremove -y
|
||||
apt-get clean
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -f /home/pi/.bash_history
|
||||
systemctl disable ssh
|
||||
rm -f /etc/udev/rules.d/90-qemu.rules
|
||||
sudo -u www-data php /var/www/nextcloud/occ config:system:delete trusted_domains 1
|
||||
|
||||
@ -22,7 +22,6 @@ cleanup()
|
||||
apt-get autoremove
|
||||
apt-get clean
|
||||
rm /var/lib/apt/lists/* -r
|
||||
rm -f /home/pi/.bash_history
|
||||
|
||||
systemctl disable ssh
|
||||
}
|
||||
|
||||
@ -22,7 +22,6 @@ cleanup()
|
||||
apt-get autoremove
|
||||
apt-get clean
|
||||
rm /var/lib/apt/lists/* -r
|
||||
rm -f /home/pi/.bash_history
|
||||
rm -f /etc/udev/rules.d/90-qemu.rules
|
||||
}
|
||||
|
||||
|
||||
@ -23,7 +23,6 @@ cleanup()
|
||||
apt-get autoremove -y
|
||||
apt-get clean
|
||||
rm /var/lib/apt/lists/* -r
|
||||
rm -f /home/pi/.bash_history
|
||||
|
||||
# restore expand filesystem on first boot
|
||||
cat > /etc/init.d/resize2fs_once <<'EOF'
|
||||
|
||||
@ -23,7 +23,6 @@ cleanup()
|
||||
apt-get autoremove -y
|
||||
apt-get clean
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -f /home/pi/.bash_history
|
||||
systemctl disable ssh
|
||||
rm -f /etc/udev/rules.d/90-qemu.rules
|
||||
sudo -u www-data php /var/www/nextcloud/occ config:system:delete trusted_domains 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user