Skip to content

Commit ec90875

Browse files
committed
v0.8
1 parent b14bdec commit ec90875

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
- Packages: install additional packages
1515
- Install: stdout displayed in browser
1616

17-
> [!IMPORTANT]
18-
> Only GRUB is supported. systemd-boot will be added.
19-
2017
# Install
2118

2219
## Target Machine

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
# Download tar from GitHub
5-
VERSION=v0.7
5+
VERSION=v0.8
66
INSTALL_DIR=/usr/local/bin/wali
77
START_SH="start.sh <ip_address> [port]"
88

scripts/release_tar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
VERSION=v0.7
3+
VERSION=v0.8
44

55
# default options should be ok, but be explicit
66
meson configure -Dskip_validation=false -Ddisable_install=false -Dfake_data=false --buildtype=release build

0 commit comments

Comments
 (0)