mirror of
https://github.com/ivabus/asahi-opensuse
synced 2024-11-10 02:05:14 +03:00
Update bootstrap.sh
This commit is contained in:
parent
5af9fd942c
commit
015df31c93
|
@ -7,14 +7,13 @@ export LC_ALL=en_US.UTF-8
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
|
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
|
||||||
|
|
||||||
export VERSION_FLAG=file:///Users/ivabus/storage.ivabus.dev/asahi-opensuse/installer/latest
|
export VERSION_FLAG=https://storage.ivabus.dev/asahi-opensuse/installer/latest
|
||||||
export INSTALLER_BASE=file:///Users/ivabus/storage.ivabus.dev/asahi-opensuse/installer
|
export INSTALLER_BASE=https://storage.ivabus.dev/asahi-opensuse/installer
|
||||||
export INSTALLER_DATA=file:///Users/ivabus/my/asahi-opensuse/installer/installer_data.json
|
export INSTALLER_DATA=https://storage.ivabus.dev/asahi-opensuse/installer/installer_data.json
|
||||||
export INSTALLER_DATA_ALT=https://ivabus.dev/installer_data.json
|
export INSTALLER_DATA_ALT=https://raw.githubusercontent.com/ivabus/asahi-opensuse/main/installer/installer_data.json
|
||||||
export REPO_BASE=/Users/ivabus/storage.ivabus.dev/asahi-opensuse
|
export REPO_BASE=https://storage.ivabus.dev/asahi-opensuse
|
||||||
|
|
||||||
#TMP="$(mktemp -d)"
|
TMP="$(mktemp -d)"
|
||||||
TMP=/tmp/asahi-install
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Bootstrapping installer:"
|
echo "Bootstrapping installer:"
|
||||||
|
|
Loading…
Reference in a new issue